home *** CD-ROM | disk | FTP | other *** search
- property ppus
- global gpartslist, gpussylist
-
- on beginSprite me
- set ppus to 0
- end
-
- on btncmd me
- if gpussylist <> [] then
- set ppus to ppus + 1
- if ppus > count(gpussylist) then
- set ppus to 1
- end if
- set act to getAt(gpussylist, ppus)
- tell getAt(the windowList, 1)
- sendSprite(act, #mouseDown)
- end tell
- else
- alert("テツアテテεゥツ テェ^テテ陛ェテソテテ凝ゥテ甘テ暗ィテ催ィテ、テ邃「テ窶 テテ凝窶ケテテセテテ津③")
- end if
- end
-